home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.2 Development Libraries / SGI IRIX 6.2 Development Libraries.iso / dist / complib.idb / usr / share / catman / p_man / cat3 / complib / ORTRAN.z / ORTRAN
Text File  |  1996-03-14  |  3KB  |  67 lines

  1.  
  2.  
  3.  
  4. ____OOOORRRRTTTTRRRRAAAANNNN((((3333FFFF))))                                                        ____OOOORRRRTTTTRRRRAAAANNNN((((3333FFFF))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      ORTRAN, SORTRAN  -  EISPACK routine.  This subroutine accumulates the
  10.      orthogonal similarity transformations used in the reduction of a REAL
  11.      GENERAL matrix to upper Hessenberg form by  ORTHES.
  12.  
  13.  
  14. SSSSYYYYNNNNOOOOPPPPSSSSYYYYSSSS
  15.           ssssuuuubbbbrrrroooouuuuttttiiiinnnneeee  oooorrrrttttrrrraaaannnn((((nnnnmmmm,,,, nnnn,,,, lllloooowwww,,,, iiiigggghhhh,,,, aaaa,,,, oooorrrrtttt,,,, zzzz))))
  16.           iiiinnnntttteeeeggggeeeerrrr          nnnnmmmm,,,, nnnn,,,, lllloooowwww,,,, iiiigggghhhh
  17.           ddddoooouuuubbbblllleeee pppprrrreeeecccciiiissssiiiioooonnnn aaaa((((nnnnmmmm,,,,iiiigggghhhh)))),,,, oooorrrrtttt((((iiiigggghhhh)))),,,, zzzz((((nnnnmmmm,,,,nnnn))))
  18.  
  19.           ssssuuuubbbbrrrroooouuuuttttiiiinnnneeee ssssoooorrrrttttrrrraaaannnn((((nnnnmmmm,,,, nnnn,,,, lllloooowwww,,,, iiiigggghhhh,,,, aaaa,,,, oooorrrrtttt,,,, zzzz))))
  20.           iiiinnnntttteeeeggggeeeerrrr          nnnnmmmm,,,, nnnn,,,, lllloooowwww,,,, iiiigggghhhh
  21.           rrrreeeeaaaallll             aaaa((((nnnnmmmm,,,,iiiigggghhhh)))),,,, oooorrrrtttt((((iiiigggghhhh)))),,,, zzzz((((nnnnmmmm,,,,nnnn))))
  22.  
  23.  
  24.  
  25. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  26.      On INPUT
  27.  
  28.      NNNNMMMM must be set to the row dimension of two-dimensional array parameters
  29.      as declared in the calling program dimension statement.
  30.  
  31.      NNNN is the order of the matrix.
  32.  
  33.      LLLLOOOOWWWW and IGH are integers determined by the balancing subroutine  BALANC.
  34.      If  BALANC  has not been used, set LOW=1, IGH=N.
  35.  
  36.      AAAA contains information about the orthogonal trans- formations used in the
  37.      reduction by  ORTHES in its strict lower triangle.
  38.  
  39.      OOOORRRRTTTT contains further information about the trans- formations used in the
  40.      reduction by  ORTHES.  only elements LOW through IGH are USED.  On OUTPUT
  41.  
  42.      ZZZZ contains the transformation matrix produced in the reduction by
  43.      ORTHES.
  44.  
  45.      OOOORRRRTTTT has been altered. Questions and comments should be directed to B. S.
  46.      Garbow, APPLIED MATHEMATICS DIVISION, ARGONNE NATIONAL LABORATORY
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.